home *** CD-ROM | disk | FTP | other *** search
/ L' Effet Pommier 3 / L'Effet Pommier - Volume 03.iso / Compacteurs / MacGzip 1.0 / Mac Docs / Configuring Network Software < prev    next >
Text File  |  1995-09-09  |  3KB  |  105 lines

  1. Fetch 2.1.2
  2.     
  3.     Add the following entries to 'suffix mapping' preferences:
  4.  
  5.        suffix   type    creator    name        transfer  as...
  6.  
  7.         .gz     Gzip     Gzip     gziped           binary
  8.         .tgz    Gzip     Gzip     tar.gz           binary
  9.         .Z      ZIVU     Gzip     compressed       binary
  10.         .zip    pZIP     Gzip     pkziped          binary
  11.         
  12.     Or use the suffix mapping included with MacGzip
  13.  
  14. Zterm
  15.  
  16. (I'm not a Zterm user, so I'm not sure about this point)
  17.  
  18. Add strings (using ResEdit or similar) to resources 'STR# 335' and 'STR# 330'
  19.  
  20.     Example:
  21.         For gzip files:    1GzipGzip.gz
  22.  
  23. (Read ZTerm documentation for more information)
  24.  
  25. Peter Lewis' Anarchie 1.6 & FTPd 3.0
  26.  
  27. They use Internet Config
  28.  
  29. XferIt 1.5
  30.  
  31. The "Guess" transfer type in XferIt is used to automatically set the transfer type depending on the extension of the file being transferred.  The guess mode is useful particularly for receiving of directory trees.  The default mappings are listed here:
  32.  
  33. Text:      .txt, .shar, .ps, .c, .p, .h, .cp, .conf, .abs, .ray
  34. Binary:    .z, .tar, .rle, .tiff, .o, .gif, .pbm, .jpeg, .ras, .raw
  35. MacBinary: .bin, .sit, .pit, .sea, .cpt
  36. BinHex:    .hqx
  37.  
  38. These mappings are located in 'STR#' resources 128-131 in the XferIt application.  You can add additional mappings simply by adding additional strings to the four resources.
  39.  
  40. Binary:    ╔, .tgz, .taz, .gz, .Z
  41.  
  42.  
  43. Columbia AppleTalk Package
  44.  
  45. Add
  46.  
  47.      .Z      Raw     'Gzip'  'ZIVU'  "Unix Compress File"
  48.       .gz     Raw     'Gzip'  'Gzip'  "Unix Gzip File"
  49.       .taz    Raw     'Gzip'  'ZIVU'  "Unix Tar.Z Archive"
  50.       .tgz    Raw     'Gzip'  'Gzip'  "Unix GTar Archive"
  51.       .z      Raw     'Gzip'  'Gzip'  "Unix Old Gzip File"
  52.  
  53. to your aufs afpfile. (If after that you can't mount the volume, maybe you
  54. should recompile aufs with a larger suffix table. Default is 32 suffixes, you can
  55. change NUMUFT in applications/aufs/afpudb.h. I have set it to 512 and it works fine)
  56.  
  57. Netscape
  58.  
  59. Gzip MIME still is not well defined; you can set:
  60.  
  61. application/x-compress     MacGzip     -     Z,taz   (Type ZIVU)
  62. application/x-gzip         MacGzip     -     gz,tgz  (Type Gzip)
  63.  
  64. Note: This MIME type is starting to go through the RFC process now.
  65.  
  66. Internet Config
  67.  
  68. For .gz:
  69.  
  70.        Name:      Gnu ZIP Archive
  71.     Extension: .gz
  72.        MIME Type: application/x-gzip
  73.     Binary Data
  74.     Type:      Gzip
  75.     Creator:   Gzip
  76.  
  77. For .tgz:
  78.  
  79.        Name:      Gnu ZIP Tape Archive
  80.     Extension: .tgz
  81.        MIME Type: application/x-gzip
  82.     Binary Data
  83.     Type:      Gzip
  84.     Creator:   Gzip
  85.  
  86. For .Z:
  87.  
  88.        Name:      Unix Compress Archive
  89.     Extension: .Z
  90.        MIME Type: application/x-compress
  91.     Binary Data
  92.     Type:      ZIVU
  93.     Creator:   Gzip
  94.  
  95. For .taz:
  96.  
  97.        Name:      Unix Compress Tape Archive
  98.     Extension: .taz
  99.        MIME Type: application/x-compress
  100.     Binary Data
  101.     Type:      ZIVU
  102.     Creator:   Gzip
  103.  
  104.  
  105.